Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
Func<ViewRow> IObservableSource<ViewRow>.CreateNew { get; }
Visual Basic
Private ReadOnly Property CreateNew As Func(Of ViewRow)
	Implements IObservableSource(Of ViewRow).CreateNew
	Get

Implements

IObservableSource<(Of <(<'T>)>)>..::..CreateNew

See Also